home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr08 / wwfix13.zip / WWFIX.DOC < prev    next >
Text File  |  1995-02-03  |  4KB  |  118 lines

  1.  
  2.                              WWFix 1.3 for Word
  3.                                   2/1/94
  4.  
  5.  
  6. REQUIREMENTS
  7. ============
  8.  
  9. 1) Windows 3.1
  10. 2) Word for Windows 6.0
  11. 3) an attitude
  12.  
  13.  
  14. HYPE
  15. ====
  16. Most Windows applications facilitate printer setup via the PrintDlg() API
  17. function built into Windows.  This function presents a dialog box offering
  18. the user choice of:
  19.  
  20. 1) the default system printer defined in Control Panel, or
  21. 2) any other system printer
  22.  
  23. Word for Windows presents a slightly different dialog box.  The user may
  24. still choose any printer on the system, but that printer BECOMES the new
  25. default printer.  The default printer specified in Control Panel is,
  26. therefore, overwritten by the selected output device.  Any time and effort
  27. spent by the user on this configuration is eliminated.
  28.  
  29. One way around this problem is to select the output printer via a Word 
  30. macro. I, however, wanted a more "transparent" solution and wrote this 
  31. program in ANSI C.  Seeing the number of similar complaints on CompuServe, I 
  32. decided to add some silly pictures and make this program avalable to the 
  33. public.
  34.  
  35. Upon launch, WWFIX exhibits the following behavior:
  36.  
  37. 1) The default system printer is memorized
  38. 2) Word for Windows is launched and all command line information is passed
  39. to it.  Launching WWFIX, therefore, is equivalent to launching WORD.
  40. 3) WWFIX does absolutely nothing while WORD is active.  No CPU time is used
  41. and less than 5K of memory is occupied.
  42. 4) When WORD closes, WWFIX "beeps" and restores the system default printer.
  43.  
  44.  
  45. INSTALLATION
  46. ============
  47. There are two methods of WWFIX installation. The latter requires slightly
  48. more work but supports associations defined in the registration database.
  49.  
  50. 1) Copy WWFIX.EXE into the SAME directory as WINWORD.EXE.  Modfiy your Word
  51. for Windows icon to launch WWFIX instead of Word.  (Use Program Manager's
  52. File...Properties menu command and change the COMMAND LINE entry to run
  53. WWFIX.EXE instead of WINWORD.EXE!)
  54.  
  55. 2) Rename WWFIX.EXE to WINWORD.EXE.  Rename the true WINWORD.EXE to
  56. WINWORDX.EXE.  Copy the bogus WINWORD.EXE into the Word directory.  Launch
  57. Word normally.  (Thanks - D. Marcus!)
  58.  
  59. Note: WWFIX searches for the WORD executable file in its RESIDENT
  60. directory.  WWFIX.EXE MUST be placed in the same directory alongside
  61. WINWORD.EXE.
  62.  
  63.  
  64. TO TERMINATE WWFIX
  65. ==================
  66. WWFIX terminates automatically when Word closes.  If this fails to happen, or
  67. if you decide to close WWFIX first, you may either:
  68.  
  69. 1) Click ONCE on the minimized "Fix for Word Six" icon to bring up the
  70. system menu.  Select CLOSE.
  71.  
  72. 2) Restore the WWFIX window by hitting ALT+TAB.  Click the CLOSE button.
  73.  
  74. Before closing, WWFIX will ask you if you want to reverse changes made to
  75. the default printer.  Answer YES or NO.
  76.  
  77.  
  78. ERROR MESSAGES
  79. ==============
  80. Error messages 0-32 indicate a problem launching the WORD executable.  For
  81. these errors, use the displayed description to diagnose the problem.  The
  82. full pathname of the expected Word executable will be contained in the error
  83. message.
  84.  
  85. Error message 2 probably means that:
  86.  
  87. 1) You don't have the Word executable and the WWFIX executable in the same
  88. directory.  Or,
  89.  
  90. 2) You don't have the Word executable renamed correctly.
  91.  
  92. Be sure you have followed the instructions for either method #1 or method #2
  93. EXACTLY.  Do not try to combine the two methods!
  94.  
  95. Error 35 indicates that you are running Windows 3.0 or earlier.  WWFIX
  96. requires Windows 3.1 or better for proper operation.
  97.  
  98. Error 36 probably indicates a bug in the program.  Contact the author.
  99.  
  100. Error 37 probably indicates that you are using a version of Word older than
  101. version 6.0.  WWFIX has not been tested on any other version.
  102.  
  103.  
  104. DISCLAIMER
  105. ==========
  106. WWFIX is public domain software and is offered without liability or warranty
  107. of any kind.  It may be freely used and distributed for any personal or
  108. commercial purpose.  However, if you resell this program for profit, you may
  109. feel incredibly guilty and/or develop the heartbreak of psoriasis.
  110.  
  111. Bob Staudenmaier
  112. P.O. Box 2574
  113. Goleta, CA 93118
  114.  
  115. Internet: rss@silcom.com
  116. CompuServe: 75347,1667
  117.  
  118.